| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | gluint.h | 40 #define SIN sinf macro 44 #define SIN sin macro
|
| H A D | quad.c | 210 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 D | bounce.c | 19 #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 D | tgsi_opcode_tmp.h | 78 OP11(SIN)
|
| H A D | tgsi_info_opcodes.h | 49 OPCODE(1, 1, REPL, SIN)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | instr-a2xx.h | 87 SIN = 48, enumerator in enum:__anonbf9970420103
|
| H A D | disasm-a2xx.c | 208 INSTR(SIN, 1),
|
| H A D | ir2_nir.c | 315 [nir_op_fsin] = {SIN, -1},
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| H A D | instr-a2xx.h | 86 SIN = 48, enumerator in enum:__anond74638370103
|
| H A D | disasm-a2xx.c | 223 INSTR(SIN, 1),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 83 OP11(SIN)
|
| H A D | tgsi_info_opcodes.h | 49 OPCODE(1, 1, REPL, SIN)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_emit.c | 70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
|
| H A D | etnaviv_disasm.c | 499 OPC(SIN),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 497 OPC(SIN),
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 406 %token <integer> RSQRTM SIN SINCOS SQRT 869 | SIN
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_compiler.h | 1343 VIR_SFU(SIN)
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 1307 INSTR1(SIN)
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d_compiler.h | 1026 VIR_SFU(SIN)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 659 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 D | ir2_nir.c | 325 [nir_op_fsin] = {SIN, -1},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 660 nvfx_vp_emit(vpc, arith(sat, SCA, SIN, dst, mask, none, none, src[0]));
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | lex.yy.c | 1807 { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
|