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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
1065 // exp2
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h 181 floating_point exp2 (arithmetic x);
    [all...]
  /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...]
SetsTest.java 723 List<Object> exp2 = list((Object) 1, "4");
728 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 141 TEST_HN_FUNC_HN(exp2);
math.rs 291 TEST_FN_FUNC_FN(exp2);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 680 f = exp2(f);
681 f2 = exp2(f2);
682 f3 = exp2(f3);
683 f4 = exp2(f4);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-v850.c 1477 expressionS exp2; local
    [all...]
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 704 const struct nf_expect *exp2,
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
TargetLibraryInfo.cpp 167 TLI.setUnavailable(LibFunc::exp2);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 290 case Intrinsic::exp2:
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_types.h 701 static const __m128 factor = _mm_set1_ps(exp2(127.0f * expden / expnum - 127.0f)
816 static const float factor1 = exp2(127.0f * expden / expnum - 127.0f)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc 420 HloInstruction* exp2 = builder.AddInstruction( local
425 inner_power, exp2));
432 op::Power(base, op::Multiply(exp1, exp2)));
445 HloInstruction* exp2 = builder.AddInstruction( local
450 inner_power, exp2));
    [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 262 var exp2 = []float64{ var
1034 // smallest float64 that overflows Exp2(x)
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 262 var exp2 = []float64{ var
1034 // smallest float64 that overflows Exp2(x)
    [all...]

Completed in 1589 milliseconds

1 2 3 4 5 67 8 91011>>