Searched refs:SIN (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libutil/
H A Dgluint.h40 #define SIN sinf macro
44 #define SIN sin macro
H A Dquad.c210 sinCache2[i] = xyNormalRatio * SIN(angle);
213 sinCache2[i] = -xyNormalRatio * SIN(angle);
217 sinCache[i] = SIN(angle);
225 sinCache3[i] = xyNormalRatio * SIN(angle);
228 sinCache3[i] = -xyNormalRatio * SIN(angle);
475 sinCache[i] = SIN(angle);
743 sinCache1a[i] = SIN(angle);
755 sinCache2b[j] = SIN(angle);
758 sinCache2b[j] = -SIN(angle);
762 sinCache1b[j] = radius * SIN(angl
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dbounce.c19 #define SIN(X) sin( (X) * 3.14159/180.0 ) macro
64 y = radius * SIN(b) * COS(a);
65 z = radius * SIN(a);
69 y = radius * SIN(b) * COS(a + da);
70 z = radius * SIN(a + da);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h78 OP11(SIN)
H A Dtgsi_info_opcodes.h49 OPCODE(1, 1, REPL, SIN)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h87 SIN = 48, enumerator in enum:__anonbf9970420103
H A Ddisasm-a2xx.c208 INSTR(SIN, 1),
H A Dir2_nir.c315 [nir_op_fsin] = {SIN, -1},
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h86 SIN = 48, enumerator in enum:__anond74638370103
H A Ddisasm-a2xx.c223 INSTR(SIN, 1),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h83 OP11(SIN)
H A Dtgsi_info_opcodes.h49 OPCODE(1, 1, REPL, SIN)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
H A Detnaviv_disasm.c499 OPC(SIN),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c497 OPC(SIN),
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y406 %token <integer> RSQRTM SIN SINCOS SQRT
869 | SIN
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_compiler.h1343 VIR_SFU(SIN)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3.h1307 INSTR1(SIN)
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_compiler.h1026 VIR_SFU(SIN)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c659 nvfx_vp_emit(vpc, arith(sat, SCA, SIN, dst, mask, none, none, src[0]));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c325 [nir_op_fsin] = {SIN, -1},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c660 nvfx_vp_emit(vpc, arith(sat, SCA, SIN, dst, mask, none, none, src[0]));
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c1807 { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }

Completed in 31 milliseconds

12