Home | History | Annotate | Download | only in tests

Lines Matching refs:fsin

4650    float fsin, fcos;
4651 sincosf(g_sincosf_intel_data[i].call_data, &fsin, &fcos);
4652 EXPECT_FLOAT_EQ(g_sincosf_intel_data[i].sin_expected, fsin) << "Failed on element " << i;