HomeSort by relevance Sort by last modified time
    Searched refs:float2 (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/PCH/Inputs/
chain-ext_vector1.h 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
  /external/clang/test/PCH/
ext_vector.h 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
  /external/clang/test/SemaCXX/
err_init_conversion_failed.cpp 39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
42 void test14(const float2 in, const float2 out) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAcos.rs 27 float2 __attribute__((kernel)) testAcosFloat2Float2(float2 inV) {
TestAcosh.rs 27 float2 __attribute__((kernel)) testAcoshFloat2Float2(float2 in) {
TestAcospi.rs 27 float2 __attribute__((kernel)) testAcospiFloat2Float2(float2 inV) {
TestAsin.rs 27 float2 __attribute__((kernel)) testAsinFloat2Float2(float2 inV) {
TestAsinh.rs 27 float2 __attribute__((kernel)) testAsinhFloat2Float2(float2 in) {
TestAsinpi.rs 27 float2 __attribute__((kernel)) testAsinpiFloat2Float2(float2 inV) {
TestAtan.rs 27 float2 __attribute__((kernel)) testAtanFloat2Float2(float2 inV) {
TestAtanh.rs 27 float2 __attribute__((kernel)) testAtanhFloat2Float2(float2 inV) {
TestAtanpi.rs 27 float2 __attribute__((kernel)) testAtanpiFloat2Float2(float2 inV) {
TestCbrt.rs 27 float2 __attribute__((kernel)) testCbrtFloat2Float2(float2 in) {
TestCeil.rs 27 float2 __attribute__((kernel)) testCeilFloat2Float2(float2 in) {
TestCos.rs 27 float2 __attribute__((kernel)) testCosFloat2Float2(float2 in) {
TestCosh.rs 27 float2 __attribute__((kernel)) testCoshFloat2Float2(float2 in) {
TestCospi.rs 27 float2 __attribute__((kernel)) testCospiFloat2Float2(float2 in) {
TestDegrees.rs 27 float2 __attribute__((kernel)) testDegreesFloat2Float2(float2 inValue) {
TestErf.rs 27 float2 __attribute__((kernel)) testErfFloat2Float2(float2 in) {
TestErfc.rs 27 float2 __attribute__((kernel)) testErfcFloat2Float2(float2 in) {
TestExp.rs 27 float2 __attribute__((kernel)) testExpFloat2Float2(float2 in) {
TestExp10.rs 27 float2 __attribute__((kernel)) testExp10Float2Float2(float2 in) {
TestExp2.rs 27 float2 __attribute__((kernel)) testExp2Float2Float2(float2 in) {
TestExpm1.rs 27 float2 __attribute__((kernel)) testExpm1Float2Float2(float2 in) {
TestFabs.rs 27 float2 __attribute__((kernel)) testFabsFloat2Float2(float2 in) {

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 910