HomeSort by relevance Sort by last modified time
    Searched refs:COS (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 78 private static final float COS = (float) Math.cos(ANGLE);
140 final float y = COS * r;
143 final float oy = COS * or;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 498 raw_ostream &COS = WithColor(OS, syntax::String);
499 COS << '"';
500 COS.write_escaped(DbgStr.getValue());
501 COS << '"';
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 220 /** The {@code FastMath.cos} method wrapped as a {@link ComposableFunction}. */
221 public static final ComposableFunction COS = new ComposableFunction() {
225 return FastMath.cos(d);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 88 OP11(COS)
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 88 COS = 49,
disasm-a2xx.c 209 INSTR(COS, 1),
fd2_compiler.c 933 op = COS;
  /external/mesa3d/src/mesa/program/
program_lexer.l 188 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c 498 OPC(COS),
etnaviv_compiler.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_fragprog.c 558 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none));
701 nvfx_fp_emit(fpc, arith(sat, COS, dst, NVFX_FP_MASK_X, swz(src[0], X, X, X, X), none, none));
710 nvfx_fp_emit(fpc, arith(sat, COS, dst, NVFX_FP_MASK_X, swz(src[0], X, X, X, X), none, none));
    [all...]
nvfx_vertprog.c 577 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0]));
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 440 return mapToSelf(ComposableFunction.COS);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 142 * rcp, rsq, log2, exp2, sin, cos, sqrt
1100 INSTR1(COS)
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 734 NV50_IR_OPCODE_CASE(COS, COS);
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 1653 milliseconds