Searched refs:exp2 (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Df.cpp14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function in typeref:typename:boost::math::ntl::RR
77 return exp2(x);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Df.cpp14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function in typeref:typename:boost::math::ntl::RR
77 return exp2(x);
/xsrc/external/mit/MesaLib.old/dist/include/
H A Dc99_math.h111 exp2(double d) function in typeref:typename:double
/xsrc/external/mit/MesaLib/dist/include/
H A Dc99_math.h111 exp2(double d) function in typeref:typename:double
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y485 %type <llint> exp2
941 predicate sendopcode execsize dst payload exp2 sharedfunction instoptions
963 | predicate sendopcode execsize exp dst payload exp2 sharedfunction instoptions
986 | predicate sendopcode execsize dst payload payload exp2 sharedfunction instoptions
1005 | predicate SENDS execsize dst payload payload exp2 exp2 sharedfunction instoptions
1033 | predicate SENDS execsize dst payload payload src exp2 sharedfunction instoptions
1087 exp2: label
2000 exp2
2004 | LSQUARE exp2 COMM
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c573 CASE(exp2, 1),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c608 CASE(exp2, 1),
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c269 OPC(4, OPC_EXP2, exp2),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dformat_types.h814 _mm_set1_ps(exp2(127.0f * expden / expnum - 127.0f) *
928 static const float factor1 = exp2(127.0f * expden / expnum - 127.0f) *
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.0.rst241 - nir/range-analysis: Adjust result range of exp2 to account for
H A D20.1.0.rst655 - pan/bi: Add special op for exp2
1799 - vtn/opencl: add native exp2/log2-support
H A D19.3.0.rst1676 - nir/range-analysis: Adjust result range of exp2 to account for
H A D21.2.0.rst941 - pan/bi: Factor out exp2/log2 code
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c956 OPC(4, OPC_EXP2, exp2),
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c564 UNOP(fexp2, exp2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp429 case ALU_OP1_EXP_IEEE: dv = exp2(cv.f); break;
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp1273 TEST_F(ComputeTest, exp2)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp1028 B1(exp2)
1879 F(exp2)
5390 UNOP(exp2, ir_unop_exp2, always_available)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp938 B1(exp2)
1701 F(exp2)
4902 UNOP(exp2, ir_unop_exp2, always_available)

Completed in 63 milliseconds