HomeSort by relevance Sort by last modified time
    Searched full:exp2 (Results 226 - 250 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
math_h.m4 43 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 140 | pow(x) | exp2(y * log2(x)) |
  /external/deqp/framework/common/
tcuInterval.hpp 156 Interval exp2 (const Interval& x);
tcuVectorUtil.hpp 65 inline float exp2 (float f) { return deFloatExp2(f); } function in namespace:tcu
445 TCU_DECLARE_VECTOR_UNARY_FUNC(exp2, deFloatExp2)
  /external/deqp/framework/delibs/debase/
deInt32.c 56 * result = exp2(exp) * rcp / (1<<DE_RCP_FRAC_BITS).
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/ltrace/etc/
libm.so.conf 280 double exp2(double);
  /external/mesa3d/src/glsl/
lower_instructions.cpp 67 * do have base 2 versions, so this pass converts exp and log to exp2
  /external/valgrind/none/tests/
Makefile.am 97 exec-sigmask.stdout.exp2 exec-sigmask.stdout.exp3 exec-sigmask.stderr.exp \
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 662 f = exp2(f);
663 f2 = exp2(f2);
664 f3 = exp2(f3);
665 f4 = exp2(f4);
    [all...]
math.rs 268 TEST_FN_FUNC_FN(exp2);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 662 f = exp2(f);
663 f2 = exp2(f2);
664 f3 = exp2(f3);
665 f4 = exp2(f4);
    [all...]
math.rs 268 TEST_FN_FUNC_FN(exp2);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 275 TEST_FN_FUNC_FN(exp2);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 268 TEST_FN_FUNC_FN(exp2);
math.rs.orig 268 TEST_FN_FUNC_FN(exp2);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 268 TEST_FN_FUNC_FN(exp2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 142 __MATHCALL (exp2,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 143 __MATHCALL (exp2,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 143 __MATHCALL (exp2,, (_Mdouble_ __x));
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 101 {"exp2", "exp2(${T} (6.7))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatExp2(6.7f) },
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 349 List<Object> exp2 = list((Object) 1, "4"); local
354 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
SetsTest.java 436 List<Object> exp2 = list((Object) 1, "4"); local
441 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 573 List<Object> exp2 = list((Object) 1, "4"); local
578 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 352 "llvm.exp2.f32", "llvm.exp2.f64",

Completed in 651 milliseconds

1 2 3 4 5 6 7 8 91011>>