HomeSort by relevance Sort by last modified time
    Searched refs:exp2 (Results 101 - 125 of 284) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/config/
tc-sparc.c 207 expressionS exp2; member in struct:sparc_it
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 72 Ambiguous exp2(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 74 Ambiguous exp2(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 72 Ambiguous exp2(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 74 Ambiguous exp2(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cProgramInterfaceQueryTests.cpp 1766 std::set<GLuint> exp2; local
2022 std::set<GLuint> exp2; local
3175 std::set<GLuint> exp2; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2.c 51 /* exp2(z + eps) eps */
311 * exp2(x): compute the base 2 exponential of x
319 * Thus we have exp2(x) = 2**k * exp2(y).
323 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
326 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
329 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset suc
342 exp2(double x) function
    [all...]
  /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();
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 158 case Intrinsic::exp2:
159 EnsureFPIntrinsicsExist(M, F, "exp2f", "exp2", "exp2l");
530 case Intrinsic::exp2: {
531 ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 158 case Intrinsic::exp2:
159 EnsureFPIntrinsicsExist(M, I, "exp2f", "exp2", "exp2l");
520 case Intrinsic::exp2: {
521 ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
transformed_distribution_test.py 246 exp2 = self._cls()(
251 log_prob = exp2.log_prob(1.)
  /prebuilts/go/darwin-x86/src/math/
exp.go 132 // Exp2 returns 2**x, the base-2 exponential of x.
135 func Exp2(x float64) float64
137 func exp2(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
exp.go 132 // Exp2 returns 2**x, the base-2 exponential of x.
135 func Exp2(x float64) float64
137 func exp2(x float64) float64 { func
  /bionic/tests/headers/posix/
math_h.c 174 FUNCTION(exp2, double (*f)(double));
  /external/deqp/framework/common/
tcuInterval.hpp 185 Interval exp2 (const Interval& x);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 72 static native float exp2(float x); method in class:CoreMathVerifier
594 static private Target.Floaty exp2(double d, Target t) { method in class:CoreMathVerifier
597 exp2((float) in.mid()),
598 exp2((float) in.min()),
599 exp2((float) in.max()));
602 static private Target.Floaty exp2(float f, Target t) { method in class:CoreMathVerifier
605 exp2(in.mid32()),
606 exp2(in.min32()),
607 exp2(in.max32()));
    [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 482 exp2, ok := exp1.Args[0].(*bpparser.Operator)
487 if s, ok := exp2.Args[0].(*bpparser.String); !ok || s.Value != "-Wl,--version-script," {
491 if v, ok := exp2.Args[1].(*bpparser.Variable); !ok || v.Name != "LOCAL_PATH" {
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 635 // param0[100] --- (exp1) --- (exp2) --- (reduce x+1) --- (exp3)
645 auto exp2 = builder.AddInstruction( local
651 /*operand=*/exp2,
664 const BufferAllocation& exp2_buffer = GetTopLevelAllocation(*buffers, exp2);
668 // The buffer of exp1 is trivially reusable for exp2 - this is just for sanity
672 // The buffer of exp2 cannot be used for reduce, even though it's the only
811 auto exp2 = builder.AddInstruction( local
    [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/host/darwin-x86/clang-3289846/lib64/clang/3.8/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/host/darwin-x86/clang-3859424/lib64/clang/4.0/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/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 671 // exp2
679 __tg_exp2(double __x) {return exp2(__x);}
685 #undef exp2 macro
686 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 671 // exp2
679 __tg_exp2(double __x) {return exp2(__x);}
685 #undef exp2 macro
686 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 671 // exp2
679 __tg_exp2(double __x) {return exp2(__x);}
685 #undef exp2 macro
686 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro

Completed in 844 milliseconds

1 2 3 45 6 7 8 91011>>