HomeSort by: relevance | last modified time | path
    Searched refs:COS (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 665 WithColor COS(*LineOS, raw_ostream::SAVEDCOLOR, /*Bold=*/false,
669 COS.changeColor(raw_ostream::CYAN, true, true);
680 COS.resetColor();
682 COS.changeColor(raw_ostream::CYAN, true, true);
685 COS << ' ';
687 COS << *InputFilePtr;
697 WithColor COS(*LineOS, AnnotationItr->Marker.Color, /*Bold=*/true,
700 COS << left_justify(AnnotationItr->Label, LabelWidth) << " ";
703 COS << ' ';
704 COS << AnnotationItr->Marker.Lead
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
mathbuiltins.def 33 DEFINE_MATH_BUILTIN_C (COS, "cos", 0)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
mathbuiltins.def 33 DEFINE_MATH_BUILTIN_C (COS, "cos", 0)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 618 auto COS = WithColor(OS, HighlightColor::String);
619 COS.get() << '"';
620 COS.get().write_escaped(DbgStr.getValue());
621 COS.get() << '"';
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
trigd.c 32 * function (sin, cos, tan) or C99 floating-point function (fabs, fmod). */
58 * cos(deg(x)) ~= 1, or equivalently:
60 | 1 - cos(deg(x)) | < ulp_P(1).
340 #define COS __cosieee128
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
trigd.c 32 * function (sin, cos, tan) or C99 floating-point function (fabs, fmod). */
58 * cos(deg(x)) ~= 1, or equivalently:
60 | 1 - cos(deg(x)) | < ulp_P(1).
322 #define COS __cosieee128
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 158 %token COS
231 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1555 | COS '(' any_expr ')'
1558 $$ = cos($3);
1560 lex_error("cos result out of range");
lex.cpp 458 { "cos", COS },
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.def 251 DEF_INTERNAL_FLT_FN (COS, ECF_CONST, cos, unary)
match.pd 791 /* Simplify cos(-x) and cos(|x|) -> cos(x). Similarly for cosh. */
792 (for coss (COS COSH)
833 /* cos(copysign(x, y)) -> cos(x). Similarly for cosh. */
834 (for coss (COS COSH)
893 /* cabs(-x) and cos(conj(x)) -> cabs(x). */
3961 (convert (COS @0)))
6175 /* Simplify cos(atan(x)) -> 1 / sqrt(x*x + 1). *
    [all...]
convert.cc 201 CASE_MATHFN (COS)
builtins.cc 1948 CASE_MATHFN (COS) \
2317 /* Expand a call to the builtin sin and cos math functions.
2352 to sin or cos insn. */
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.def 350 DEF_INTERNAL_FLT_FN (COS, ECF_CONST, cos, unary)
convert.cc 202 CASE_MATHFN (COS)
match.pd 1090 /* Simplify cos(-x) and cos(|x|) -> cos(x). Similarly for cosh. */
1091 (for coss (COS COSH)
1132 /* cos(copysign(x, y)) -> cos(x). Similarly for cosh. */
1133 (for coss (COS COSH)
1208 /* cabs(-x) and cos(conj(x)) -> cabs(x). */
5002 (convert (COS @0)))
7734 /* Simplify cos(atan(x)) -> 1 / sqrt(x*x + 1). *
    [all...]
builtins.cc 1968 CASE_MATHFN_FLOATN (COS) \
2345 /* Expand a call to the builtin sin and cos math functions.
2380 to sin or cos insn. */
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 4915 # fp0 = sin(X) or cos(X) #
4919 # fp1 = cos(X) #
4929 # SIN and COS: #
4941 # Return sgn*cos(r) where cos(r) is approximated by an #
4970 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4971 # sin(r) and cos(r) are computed as odd and even #
4975 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
    [all...]
fpsp.s 5021 # fp0 = sin(X) or cos(X) #
5025 # fp1 = cos(X) #
5035 # SIN and COS: #
5047 # Return sgn*cos(r) where cos(r) is approximated by an #
5076 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
5077 # sin(r) and cos(r) are computed as odd and even #
5081 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
    [all...]

Completed in 105 milliseconds