| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | gluint.h | 39 #define COS cosf macro 43 #define COS cos macro
|
| H A D | quad.c | 211 cosCache2[i] = xyNormalRatio * COS(angle); 214 cosCache2[i] = -xyNormalRatio * COS(angle); 218 cosCache[i] = COS(angle); 226 cosCache3[i] = xyNormalRatio * COS(angle); 229 cosCache3[i] = -xyNormalRatio * COS(angle); 476 cosCache[i] = COS(angle); 744 cosCache1a[i] = COS(angle); 756 cosCache2b[j] = COS(angle); 759 cosCache2b[j] = -COS(angle); 763 cosCache1b[j] = radius * COS(angl [all...] |
| H A D | project.c | 76 cotangent = COS(radians) / sine;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | bounce.c | 18 #define COS(X) cos( (X) * 3.14159/180.0 ) macro 63 x = radius * COS(b) * COS(a); 64 y = radius * SIN(b) * COS(a); 68 x = radius * COS(b) * COS(a + da); 69 y = radius * SIN(b) * COS(a + da);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 66 OP11(COS)
|
| H A D | tgsi_info_opcodes.h | 37 OPCODE(1, 1, REPL, COS)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | instr-a2xx.h | 88 COS = 49, enumerator in enum:__anonbf9970420103
|
| H A D | disasm-a2xx.c | 209 INSTR(COS, 1),
|
| H A D | ir2_nir.c | 314 [nir_op_fcos] = {COS, -1},
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| H A D | instr-a2xx.h | 87 COS = 49, enumerator in enum:__anond74638370103
|
| H A D | disasm-a2xx.c | 224 INSTR(COS, 1),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 71 OP11(COS)
|
| H A D | tgsi_info_opcodes.h | 37 OPCODE(1, 1, REPL, COS)
|
| /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 | 500 OPC(COS),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 498 OPC(COS),
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ 857 COS
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3.h | 1308 INSTR1(COS)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 578 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
|
| H A D | nvfx_fragprog.c | 559 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 324 [nir_op_fcos] = {COS, -1},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | lex.yy.c | 1687 { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|