HomeSort by relevance Sort by last modified time
    Searched full:trig (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/llvm/test/CodeGen/R600/
llvm.AMDGPU.trig_preop.ll 4 declare double @llvm.AMDGPU.trig.preop.f64(double, i32) nounwind readnone
15 %result = call double @llvm.AMDGPU.trig.preop.f64(double %a, i32 %b) nounwind readnone
27 %result = call double @llvm.AMDGPU.trig.preop.f64(double %a, i32 7) nounwind readnone
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cos.c 39 * Let trig be any of sin, cos, or tan.
40 * trig(+-INF) is NaN, with signals;
41 * trig(NaN) is that NaN;
44 * TRIG(x) returns trig(x) nearly rounded
s_sin.c 39 * Let trig be any of sin, cos, or tan.
40 * trig(+-INF) is NaN, with signals;
41 * trig(NaN) is that NaN;
44 * TRIG(x) returns trig(x) nearly rounded
s_tan.c 38 * Let trig be any of sin, cos, or tan.
39 * trig(+-INF) is NaN, with signals;
40 * trig(NaN) is that NaN;
43 * TRIG(x) returns trig(x) nearly rounded
  /external/fdlibm/
s_cos.c 37 * Let trig be any of sin, cos, or tan.
38 * trig(+-INF) is NaN, with signals;
39 * trig(NaN) is that NaN;
42 * TRIG(x) returns trig(x) nearly rounded
s_sin.c 37 * Let trig be any of sin, cos, or tan.
38 * trig(+-INF) is NaN, with signals;
39 * trig(NaN) is that NaN;
42 * TRIG(x) returns trig(x) nearly rounded
s_tan.c 36 * Let trig be any of sin, cos, or tan.
37 * trig(+-INF) is NaN, with signals;
38 * trig(NaN) is that NaN;
41 * TRIG(x) returns trig(x) nearly rounded
  /external/crcalc/tests/
README.txt 8 (CRTest is quick, SlowCRTest is not, especially not the final trig function
  /external/libopus/celt/
mdct.c 62 kiss_twiddle_scalar *trig; local
80 l->trig = trig = (kiss_twiddle_scalar*)opus_alloc((N4+1)*sizeof(kiss_twiddle_scalar));
81 if (l->trig==NULL)
86 trig[i] = TRIG_UPSCALE*celt_cos_norm(DIV32(ADD32(SHL32(EXTEND32(i),17),N2),N));
89 trig[i] = (kiss_twiddle_scalar)cos(2*PI*i/N);
99 opus_free((kiss_twiddle_scalar*)l->trig);
170 const kiss_twiddle_scalar *t = &l->trig[0];
193 const kiss_twiddle_scalar *t = &l->trig[0];
237 const kiss_twiddle_scalar *t = &l->trig[0]
    [all...]
mdct.h 53 const kiss_twiddle_scalar * OPUS_RESTRICT trig; member in struct:__anon13317
  /external/libvorbis/lib/
mdct.h 60 DATA_TYPE *trig; member in struct:__anon13673
mdct.c 49 /* build lookups for trig functions; also pre-figure scaling and
60 lookup->trig=T;
63 /* trig lookups... */
321 DATA_TYPE *T=init->trig;
341 if(l->trig)_ogg_free(l->trig);
353 DATA_TYPE *T = init->trig+n;
406 DATA_TYPE *T = init->trig+n4;
420 T = init->trig+n4;
441 T =init->trig+n2
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 45 /* Constants shared by the long double inverse trig functions. */
74 /* Constants shared by the long double inverse trig functions. */
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 43 point (including trig function) intensive real-world
57 performance and/or floating point hardware support for trig
160 80287 math coprocessor. Trig functions still call
188 80386/80387). Trig functions still call library
192 generating in-line MC68881 instructions. Trig
196 generating in-line MC68881 instructions. Trig
201 Trig functions are compiled in-line. This used
337 /* Internal trig functions (used only if INTRIG is defined). These
340 its trig function evaluation. */
563 "\nInverse trig functions lose much of their gloss when")
    [all...]
  /external/valgrind/perf/
fbench.c 39 point (including trig function) intensive real-world
53 performance and/or floating point hardware support for trig
156 80287 math coprocessor. Trig functions still call
184 80386/80387). Trig functions still call library
188 generating in-line MC68881 instructions. Trig
192 generating in-line MC68881 instructions. Trig
197 Trig functions are compiled in-line. This used
333 /* Internal trig functions (used only if INTRIG is defined). These
336 its trig function evaluation. */
559 "\nInverse trig functions lose much of their gloss when")
    [all...]
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 58 // Draw some interesting lines using trig functions
  /sdk/eclipse/
dictionary.txt 321 trig
  /external/clang/test/CodeGenOpenCL/
builtins-r600.cl 62 // CHECK: call float @llvm.AMDGPU.trig.preop.f32
69 // CHECK: call double @llvm.AMDGPU.trig.preop.f64
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 314 // loggable but don't trig push
317 // trig push
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 36 * Quarter circle resolution for trig functions (should be a power of
46 * The trig table is generated at a higher precision than the typical
  /external/llvm/lib/Target/R600/
R600Defines.h 36 TRIG = (1 << 4),
R600InstrFormats.td 19 bit Trig = 0;
44 let TSFlags{4} = Trig;
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.h 138 TRIG = (1 << 4),
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 69 Vec3 triG[2] = { Vec3(coords[0*3+1], coords[1*3+1], coords[2*3+1]), Vec3(coords[3*3+1], coords[2*3+1], coords[1*3+1]) };
87 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 72 Vec3 triG[2] = { Vec3(coords[0*3+1], coords[1*3+1], coords[2*3+1]), Vec3(coords[3*3+1], coords[2*3+1], coords[1*3+1]) };
90 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];

Completed in 560 milliseconds

1 2 3