Searched refs:COS (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libutil/
H A Dgluint.h39 #define COS cosf macro
43 #define COS cos macro
H A Dquad.c211 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 Dproject.c76 cotangent = COS(radians) / sine;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dbounce.c18 #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 Dtgsi_opcode_tmp.h66 OP11(COS)
H A Dtgsi_info_opcodes.h37 OPCODE(1, 1, REPL, COS)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h88 COS = 49, enumerator in enum:__anonbf9970420103
H A Ddisasm-a2xx.c209 INSTR(COS, 1),
H A Dir2_nir.c314 [nir_op_fcos] = {COS, -1},
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h87 COS = 49, enumerator in enum:__anond74638370103
H A Ddisasm-a2xx.c224 INSTR(COS, 1),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h71 OP11(COS)
H A Dtgsi_info_opcodes.h37 OPCODE(1, 1, REPL, COS)
/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.c500 OPC(COS),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c498 OPC(COS),
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y405 %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 Dir3.h1308 INSTR1(COS)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c578 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
H A Dnvfx_fragprog.c559 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 Dir2_nir.c324 [nir_op_fcos] = {COS, -1},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c1687 { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }

Completed in 32 milliseconds

12