HomeSort by relevance Sort by last modified time
    Searched defs:fast_length (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/driver/runtime/
rs_cl.c 1163 extern float __attribute__((overloadable)) fast_length(float v) { function
1166 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1169 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1172 extern float __attribute__((overloadable)) fast_length(float4 v) { function
    [all...]
  /external/v8/src/
builtins.cc 773 int fast_length = static_cast<int>(length); local
775 for (int i = 0; i < fast_length; i++) {
785 int fast_length = static_cast<int>(length); local
792 for (int i = 0; i < fast_length; i++) {
1033 int fast_length = static_cast<int>(length); local
1067 int fast_length = static_cast<int>(length); local
    [all...]
api.cc 4952 int fast_length; local
    [all...]

Completed in 4183 milliseconds