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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 64 Py_UCS4 (*normalization)(Py_UCS4); member in struct:previous_version
79 Py_UCS4 (*normalization)(Py_UCS4))
87 self->normalization = normalization;
553 /* normalization changes */
555 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code);
761 return 0; /* this string might need normalization */
820 PyErr_SetString(PyExc_ValueError, "invalid normalization form");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 64 Py_UCS4 (*normalization)(Py_UCS4); member in struct:previous_version
79 Py_UCS4 (*normalization)(Py_UCS4))
87 self->normalization = normalization;
546 /* normalization changes */
548 Py_UCS4 value = ((PreviousDBVersion*)self)->normalization(code);
754 return 0; /* this string might need normalization */
813 PyErr_SetString(PyExc_ValueError, "invalid normalization form");
    [all...]
  /external/swiftshader/src/Renderer/
Surface.cpp 2483 static const float normalization = 1.0f \/ 127.875f; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 821 const float normalization = scale / ((float)PART_LEN2); local
823 time_data[0] = freq_data[0][0] * normalization;
824 time_data[1] = freq_data[0][PART_LEN] * normalization;
826 time_data[2 * i] = freq_data[0][i] * normalization;
827 time_data[2 * i + 1] = sign * freq_data[1][i] * normalization;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 1189 milliseconds