HomeSort by relevance Sort by last modified time
    Searched refs:exp2 (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /bionic/tests/
math_test.cpp 547 TEST(math, exp2) {
548 ASSERT_DOUBLE_EQ(8.0, exp2(3.0));
    [all...]
  /external/mesa3d/src/mesa/main/
imports.h 126 #define exp2f(f) ((float) exp2(f))
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
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/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 389 static_assert((std::is_same<decltype(exp2((double)0)), double>::value), "");
392 assert(exp2(1) == 2);
  /external/ltrace/etc/
libm.so.conf 280 double exp2(double);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 502 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(exp2, ::exp2)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 523 CV_CUDEV_UNARY_FUNCTION_INST(exp2, ::exp2)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 394 static_assert((std::is_same<decltype(exp2((double)0)), double>::value), "");
397 assert(exp2(1) == 2);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-v850.c 1482 expressionS exp2; local
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 229 double exp2(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 290 case Intrinsic::exp2:
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h 240 double exp2(double) __NDK_FPABI_MATH__;

Completed in 1533 milliseconds

1 2 34 5 6 7