HomeSort by relevance Sort by last modified time
    Searched full:expl (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 156 EnsureFPIntrinsicsExist(M, I, "expf", "exp", "expl");
517 ReplaceFPIntrinsicWithCall(CI, "expf", "exp", "expl");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 152 #define SND_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SND_CTL_NAME_##direction SND_CTL_NAME_IEC958_##what
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h     [all...]
  /external/mksh/src/
check.pl 648 local($expl);
652 $expl = "stopped";
654 $expl = "signal " . ($status & 0x7f);
656 $expl = "exit-code " . (($status >> 8) & 0xff);
659 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";
    [all...]
  /bionic/tests/
math_test.cpp 675 TEST(MATH_TEST, expl) {
676 ASSERT_DOUBLE_EQ(1.0L, expl(0.0L));
677 ASSERT_DOUBLE_EQ(M_E, expl(1.0L));
    [all...]
  /bionic/libc/include/
math.h 132 long double expl(long double __x) __RENAME_LDBL(exp, 3, 21);
  /bionic/libm/x86/
e_exp.S 260 ALIAS_SYMBOL(expl, exp);
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 587 t = (Table[r].Y - expl((_q[2] / _d[2]) * Table[r]._x + LnYavg));
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
ca.po 87 "línia #version explícita"
  /external/kernel-headers/original/uapi/sound/
asound.h     [all...]
  /external/llvm/test/Transforms/InferFunctionAttrs/
annotate.ll 205 ; CHECK: declare x86_fp80 @expl(x86_fp80)
206 declare x86_fp80 @expl(x86_fp80)
no-proto.ll 186 ; CHECK: declare void @expl(...)
187 declare void @expl(...)
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8998/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h     [all...]
  /external/libcxx/include/
math.h 87 long double expl(long double x);
851 inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __lcpp_x) _NOEXCEPT {return ::expl(__lcpp_x);}
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8998/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x09/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h     [all...]

Completed in 1187 milliseconds

1 2 3 45 6 7 8 91011>>