/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.cos.ll | 9 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 10 ;EG-NOT: COS 21 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 22 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 23 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 24 ;EG: COS * T{{[0-9]+\.[XYZW], PV\.[XYZW]}} 25 ;EG-NOT: COS
|
/external/llvm/test/CodeGen/X86/ |
D | sincos.ll | 3 …i686-apple-macosx -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | FileCheck %s --check-prefix=COS 44 ; COS-NOT: fcos 53 ; COS-LABEL: test3: 58 ; COS: {{^[ \t]*fcos}} 67 ; COS: {{^[ \t]*fcos}} 76 ; COS: {{^[ \t]*fcos}} 79 ; COS-NOT: fcos
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | arc.c | 138 double COS, SIN, x0p, y0p, x1p, y1p, pcx0, pcy0, pcx1, pcy1; in find_ellipses() local 142 COS = cos(rot); SIN = sin(rot); in find_ellipses() 145 x0p = (x0*COS + y0*SIN)/rh; in find_ellipses() 146 y0p = (-x0*SIN + y0*COS)/rv; in find_ellipses() 147 x1p = (x1*COS + y1*SIN)/rh; in find_ellipses() 148 y1p = (-x1*SIN + y1*COS)/rv; in find_ellipses() 157 *cx0 = pcx0*COS - pcy0*SIN; in find_ellipses() 158 *cy0 = pcx0*SIN + pcy0*COS; in find_ellipses() 159 *cx1 = pcx1*COS - pcy1*SIN; in find_ellipses() 160 *cy1 = pcx1*SIN + pcy1*COS; in find_ellipses() [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 498 raw_ostream &COS = WithColor(OS, syntax::String); in dumpString() local 499 COS << '"'; in dumpString() 500 COS.write_escaped(DbgStr.getValue()); in dumpString() 501 COS << '"'; in dumpString()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | intrinsics.ll | 29 ; COS
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 29 ; COS
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 75 OP11(COS)
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 191 COS{szf}{cc}{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 221 public static final ComposableFunction COS = new ComposableFunction() { field in ComposableFunction
|
/external/bison/tests/ |
D | existing.at | 1473 %token COS 1543 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST 1913 | COS '(' any_expr ')' 2045 …UST, ABOVE, BELOW, AND, HERE, DOT_X, DOT_Y, DOT_HT, DOT_WID, DOT_RAD, SIN, COS, ATAN2, LOG, EXP, S… 2046 …T, RJUST, ABOVE, BELOW, HERE, DOT_X, DOT_Y, DOT_HT, DOT_WID, DOT_RAD, SIN, COS, ATAN2, LOG, EXP, S… 2863 + 228 | . COS '(' any_expr ')' 2904 + COS shift, and go to state 68 3030 + 228 | . COS '(' any_expr ')' 3071 + COS shift, and go to state 68
|
D | testsuite | 135920 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST 136934 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST 139087 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 556 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction() 712 … nvfx_fp_emit(fpc, arith(sat, COS, dst, NVFX_FP_MASK_X, swz(src[0], X, X, X, X), none, none)); in nvfx_fragprog_parse_instruction() 721 … nvfx_fp_emit(fpc, arith(sat, COS, dst, NVFX_FP_MASK_X, swz(src[0], X, X, X, X), none, none)); in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealVector.java | 440 return mapToSelf(ComposableFunction.COS); in mapCosToSelf()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600Instructions.td | 695 inst, "COS", []> { 776 // R700 normalizes inputs to SIN/COS the same as EG
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 476 NV50_IR_OPCODE_CASE(COS, COS); in translateOpcode()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 264 defm COS : FPUnary<fcos, 0xFF, "fcos">;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 313 defm COS : FPUnary<fcos, MRM_FF, "fcos">;
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 1134 inst, "COS", [(set f32:$dst, (COS_HW f32:$src0))]> {
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.td | 528 // COS
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 418 .. opcode:: COS - Cosine
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3-with-transitions.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_mgc.pkb | 2596 ….������ ��������)Yf&3F$EQ;b]_Wcv/KPOS?(-5����SWbbX`aebijokt}}wy�COS�z�FISQISUPSNZZZ^^a^…
|
/external/robolectric/v1/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |