Searched refs:sinf (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DDistantLightSource.cpp45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
46 paintingData.lightVector.setZ(sinf(elevation));
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfilestat.c231 SECURITY_INFORMATION sinf = 0; local
234 sinf |= OWNER_SECURITY_INFORMATION;
236 sinf |= GROUP_SECURITY_INFORMATION;
238 sinf |= DACL_SECURITY_INFORMATION;
248 SE_FILE_OBJECT, sinf,
258 SE_FILE_OBJECT, sinf,
265 SE_FILE_OBJECT, sinf,
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dhelper.rb64 funcs=%w!sin sinf strcpy strncpy!
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h261 /// float sinf(float x);
262 sinf, enumerator in enum:llvm::LibFunc::Func
371 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_base.rb63 funcs=%w!sin sinf strcpy strncpy!
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathParser.cpp486 float sinStartTheta = sinf(startTheta);
488 float sinEndTheta = sinf(endTheta);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasPathMethods.cpp146 lineTo(x + r * cosf(sa), y + r * sinf(sa));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPathTraversalState.cpp215 m_current.move(offset * cosf(slope), offset * sinf(slope));
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp146 "sinf",
306 TLI.setUnavailable(LibFunc::sinf);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDynamicsCompressorKernel.cpp427 float postWarpCompressorGain = sinf(0.5f * piFloat * compressorGain);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h485 /* Define to 1 if you have the `sinf' function. */
1255 # define sinf _sinf macro
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp1149 Name == "sinf" || Name == "sqrtf";
1308 else if (Name == "sinf" && TLI->has(LibFunc::sinf))
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1716 AddOpt(LibFunc::sin, LibFunc::sinf, &UnsafeUnaryDoubleFP);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5676 case LibFunc::sinf:

Completed in 246 milliseconds