Home
last modified time | relevance | path

Searched refs:SIN (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dsincos.ll2 …i686-apple-macosx -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | FileCheck %s --check-prefix=SIN
12 ; SIN-LABEL: test1:
17 ; SIN: {{^[ \t]*fsin$}}
19 ; SIN-NOT: fsin
24 ; SIN-LABEL: test2:
29 ; SIN: {{^[ \t]*fsin$}}
31 ; SIN-NOT: fsin
36 ; SIN-LABEL: test3:
41 ; SIN: {{^[ \t]*fsin$}}
43 ; SIN-NOT: fsin
[all …]
/external/llvm/test/CodeGen/R600/
Dllvm.sin.ll11 ; EG: SIN * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
12 ; EG-NOT: SIN
72 ; EG: SIN * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
73 ; EG: SIN * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
74 ; EG: SIN * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
75 ; EG: SIN * T{{[0-9]+\.[XYZW], PV\.[XYZW]}}
76 ; EG-NOT: SIN
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c138 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/test/CodeGen/Generic/
Dintrinsics.ll16 ; SIN
/external/ceres-solver/data/nist/
DENSO.dat19 Arguments to the SIN and COS functions are in radians.
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h87 OP11(SIN)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DCompositionExclusions.txt62 FB2B # HEBREW LETTER SHIN WITH SIN DOT
64 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
Dconfusables.txt82 05C2 ; 0307 ; SL # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
4022 FB2B ; FB2A ; SL # ( ‎שׂ‎ → ‎שׁ‎ ) HEBREW LETTER SHIN WITH SIN DOT → HEBREW LETTER SHIN WITH SHIN DOT…
4025 FB2D ; FB2C ; SL # ( ‎שּׂ‎ → ‎שּׁ‎ ) HEBREW LETTER SHIN WITH DAGESH AND SIN DOT → HEBREW LETTER SHIN WI…
9164 05C2 ; 0307 ; SA # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
13104 FB2B ; FB2A ; SA # ( ‎שׂ‎ → ‎שׁ‎ ) HEBREW LETTER SHIN WITH SIN DOT → HEBREW LETTER SHIN WITH SHIN DOT…
13107 FB2D ; FB2C ; SA # ( ‎שּׂ‎ → ‎שּׁ‎ ) HEBREW LETTER SHIN WITH DAGESH AND SIN DOT → HEBREW LETTER SHIN WI…
18248 05C2 ; 0307 ; ML # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
22188 FB2B ; FB2A ; ML # ( ‎שׂ‎ → ‎שׁ‎ ) HEBREW LETTER SHIN WITH SIN DOT → HEBREW LETTER SHIN WITH SHIN DOT…
22191 FB2D ; FB2C ; ML # ( ‎שּׂ‎ → ‎שּׁ‎ ) HEBREW LETTER SHIN WITH DAGESH AND SIN DOT → HEBREW LETTER SHIN WI…
27333 05C2 ; 0307 ; MA # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
[all …]
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l234 SIN{szf}{cc}{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java87 public static final ComposableFunction SIN = new ComposableFunction() { field in ComposableFunction
/external/bison/tests/
Dexisting.at1472 %token SIN
1543 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1912 | SIN '(' any_expr ')'
2045 …T, RJUST, ABOVE, BELOW, AND, HERE, DOT_X, DOT_Y, DOT_HT, DOT_WID, DOT_RAD, SIN, COS, ATAN2, LOG, E…
2046 … LJUST, RJUST, ABOVE, BELOW, HERE, DOT_X, DOT_Y, DOT_HT, DOT_WID, DOT_RAD, SIN, COS, ATAN2, LOG, E…
2862 + 227 | . SIN '(' any_expr ')'
2903 + SIN shift, and go to state 67
3029 + 227 | . SIN '(' any_expr ')'
3070 + SIN shift, and go to state 67
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_fragprog.c714 … nvfx_fp_emit(fpc, arith(sat, SIN, dst, NVFX_FP_MASK_Y, swz(src[0], X, X, X, X), none, none)); in nvfx_fragprog_parse_instruction()
719 … nvfx_fp_emit(fpc, arith(sat, SIN, dst, NVFX_FP_MASK_Y, swz(src[0], X, X, X, X), none, none)); in nvfx_fragprog_parse_instruction()
737 nvfx_fp_emit(fpc, arith(sat, SIN, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c666 nvfx_vp_emit(vpc, arith(sat, SCA, SIN, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java636 return mapToSelf(ComposableFunction.SIN); in mapSinToSelf()
/external/mesa3d/src/gallium/drivers/radeon/
DR600Instructions.td690 inst, "SIN", []>{
776 // R700 normalizes inputs to SIN/COS the same as EG
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp484 NV50_IR_OPCODE_CASE(SIN, SIN); in translateOpcode()
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td282 defm SIN : FPUnary<fsin, MRM_FE, "fsin">;
/external/llvm/lib/Target/R600/
DR600Instructions.td1116 inst, "SIN", [(set f32:$dst, (SIN_HW f32:$src0))]>{
/external/dnsmasq/po/
Des.po763 msgstr "Este software viene SIN NINGUNA GARANTIA.\n"
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst534 .. opcode:: SIN - Sine
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt900 # 05C1..05C2 valid # 1.1 HEBREW POINT SHIN DOT..HEBREW POINT SIN DOT
4649 FB2B >05E9 05C2 # 1.1 HEBREW LETTER SHIN WITH SIN DOT
4651 FB2D >05E9 05BC 05C2 #1.1 HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/icu/icu4c/source/data/unidata/
Dconfusables.txt82 05C2 ; 0307 ; SL # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
4022 FB2B ; FB2A ; SL # ( ‎שׂ‎ → ‎שׁ‎ ) HEBREW LETTER SHIN WITH SIN DOT → HEBREW LETTER SHIN WITH SHIN DOT…
4025 FB2D ; FB2C ; SL # ( ‎שּׂ‎ → ‎שּׁ‎ ) HEBREW LETTER SHIN WITH DAGESH AND SIN DOT → HEBREW LETTER SHIN WI…
9164 05C2 ; 0307 ; SA # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
13104 FB2B ; FB2A ; SA # ( ‎שׂ‎ → ‎שׁ‎ ) HEBREW LETTER SHIN WITH SIN DOT → HEBREW LETTER SHIN WITH SHIN DOT…
13107 FB2D ; FB2C ; SA # ( ‎שּׂ‎ → ‎שּׁ‎ ) HEBREW LETTER SHIN WITH DAGESH AND SIN DOT → HEBREW LETTER SHIN WI…
18248 05C2 ; 0307 ; ML # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
22188 FB2B ; FB2A ; ML # ( ‎שׂ‎ → ‎שׁ‎ ) HEBREW LETTER SHIN WITH SIN DOT → HEBREW LETTER SHIN WITH SHIN DOT…
22191 FB2D ; FB2C ; ML # ( ‎שּׂ‎ → ‎שּׁ‎ ) HEBREW LETTER SHIN WITH DAGESH AND SIN DOT → HEBREW LETTER SHIN WI…
27333 05C2 ; 0307 ; MA # ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE #
[all …]

12