OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cossc
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go
342
var
cosSC
= []complex128{
586
if f := Cos(vcCosSC[i]); !cAlike(
cosSC
[i], f) {
587
t.Errorf("Cos(%g) = %g, want %g", vcCosSC[i], f,
cosSC
[i])
/prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go
342
var
cosSC
= []complex128{
586
if f := Cos(vcCosSC[i]); !cAlike(
cosSC
[i], f) {
587
t.Errorf("Cos(%g) = %g, want %g", vcCosSC[i], f,
cosSC
[i])
/prebuilts/go/darwin-x86/src/math/
all_test.go
885
var
cosSC
= []float64{
[
all
...]
/prebuilts/go/linux-x86/src/math/
all_test.go
885
var
cosSC
= []float64{
[
all
...]
Completed in 292 milliseconds