HomeSort by relevance Sort by last modified time
    Searched refs:C12 (Results 1 - 12 of 12) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_coshl.c 54 C12 = 2.0876768371393075e-9, /* 0x11eed99406a3f4.0p-81 */
67 C12 = 2.08767569878680989791444691755468269e-9L, /* 0x11eed8eff8d897b543d0679607399.0p-141L */
107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
113 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 78 const double C12 = 0.38268343236509;
184 temp1 = step[2] * C12;
190 temp2 = step[3] * C12;
205 temp1 = intermediate[8] * C12;
211 temp2 = intermediate[9] * C12;
228 temp1 = intermediate[14] * C12;
234 temp2 = intermediate[15] * C12;
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 33 p.C12 = (chan (chan<- (<-chan int)))(nil)
import2.go 22 var C12 chan chan <- <- chan int = (chan (chan<- (<-chan int)))(nil)
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 33 p.C12 = (chan (chan<- (<-chan int)))(nil)
import2.go 22 var C12 chan chan <- <- chan int = (chan (chan<- (<-chan int)))(nil)
  /external/libvpx/libvpx/test/
dct16x16_test.cc 54 const double C12 = 0.38268343236509;
160 temp1 = step[2] * C12;
166 temp2 = step[3] * C12;
181 temp1 = intermediate[8] * C12;
187 temp2 = intermediate[9] * C12;
204 temp1 = intermediate[14] * C12;
210 temp2 = intermediate[15] * C12;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 151 C12 = 2.08767569878679576457272282566520649e-9L,
247 x * (C11 + x * (C12 + x * (C13 +
  /external/v8/test/mjsunit/strong/
declaration-after-use.js 233 let C11 = class C12 { get x() { C12; } }; new C11();
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 44 "--C12" => \$c12,
109 if($line =~ /C.1.2/ && defined $c12 ){
648 --C12 Generate data for table C.1.2
667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
  /external/pcre/dist/
RunGrepTest 186 (cd $srcdir; $valgrind $pcregrep -C12 -B10 'four' ./testdata/grepinputx) >>testtrygrep

Completed in 375 milliseconds