HomeSort by relevance Sort by last modified time
    Searched defs:exp2 (Results 26 - 46 of 46) sorted by null

12

  /external/bison/lib/
math.in.h 579 # undef exp2 macro
580 # define exp2 rpl_exp2 macro
582 _GL_FUNCDECL_RPL (exp2, double, (double x));
583 _GL_CXXALIAS_RPL (exp2, double, (double x));
586 _GL_FUNCDECL_SYS (exp2, double, (double x));
588 _GL_CXXALIAS_SYS (exp2, double, (double x));
590 _GL_CXXALIASWARN (exp2); variable
592 # undef exp2 macro
594 _GL_WARN_ON_USE (exp2, "exp2 is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 is unportable -
    [all...]
  /external/clang/lib/Headers/
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
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/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
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/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
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/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
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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
  /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
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 2189 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); local
    [all...]
usettest.cpp 170 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; local
171 expectToPattern(*s, "[a-z{aa}{ab}{ac}]", exp2);
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 344 friend const mpreal exp2 (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2069 inline const mpreal exp2 (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(exp2 ); } function in namespace:mpfr
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 2210 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); local
    [all...]
usettest.cpp 170 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; local
171 expectToPattern(*s, "[a-z{aa}{ab}{ac}]", exp2);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 72 static native float exp2(float x); method in class:CoreMathVerifier
382 static private Target.Floaty exp2(float f, Target t) { method in class:CoreMathVerifier
385 exp2(in.mid32()),
386 exp2(in.min32()),
387 exp2(in.max32()));
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 209 /// double exp2(double x);
210 exp2, enumerator in enum:llvm::LibFunc::Func
744 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 2066 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3713 function exp2(sp) function
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 1229 milliseconds

12