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

  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 275 Vector<float> floatVector;
279 floatVector.resize(_env->GetArrayLength(floats));
280 _env->GetFloatArrayRegion(floats, 0, _env->GetArrayLength(floats), floatVector.editArray());
288 return mgr->setOperationParameter(handle, type, floatVector, int32Vector);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 168 /// of a destination 4 x floatvector.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 165 /// of a destination 4 x floatvector.
    [all...]

Completed in 722 milliseconds