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

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 81 bool is_normalized : 1; member in struct:ir2_instruction::__anon29496::__anon29497
  /external/mesa3d/src/mesa/main/
format_parser.py 424 def is_normalized(self): member in class:Format
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 30 const unsigned char normalization_quick_check; /* see is_normalized() */
739 is_normalized(PyObject *self, PyObject *input, int nfc, int k) function
793 if (is_normalized(self, input, 1, 0)) {
800 if (is_normalized(self, input, 1, 1)) {
807 if (is_normalized(self, input, 0, 0)) {
814 if (is_normalized(self, input, 0, 1)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 30 const unsigned char normalization_quick_check; /* see is_normalized() */
732 is_normalized(PyObject *self, PyObject *input, int nfc, int k) function
786 if (is_normalized(self, input, 1, 0)) {
793 if (is_normalized(self, input, 1, 1)) {
800 if (is_normalized(self, input, 0, 0)) {
807 if (is_normalized(self, input, 0, 1)) {
    [all...]
  /external/opencv/cv/include/
cv.hpp 265 bool is_normalized() const { return normalized; } function in class:CvBoxFilter
308 bool is_normalized() const { return normalized; } function in class:CvLaplaceFilter
  /external/python/cpython2/Modules/
unicodedata.c 30 const unsigned char normalization_quick_check; /* see is_normalized() */
739 is_normalized(PyObject *self, PyObject *input, int nfc, int k) function
793 if (is_normalized(self, input, 1, 0)) {
800 if (is_normalized(self, input, 1, 1)) {
807 if (is_normalized(self, input, 0, 0)) {
814 if (is_normalized(self, input, 0, 1)) {
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 39 const unsigned char normalization_quick_check; /* see is_normalized() */
771 is_normalized(PyObject *self, PyObject *input, int nfc, int k) function
835 if (is_normalized(self, input, 1, 0)) {
842 if (is_normalized(self, input, 1, 1)) {
849 if (is_normalized(self, input, 0, 0)) {
856 if (is_normalized(self, input, 0, 1)) {
    [all...]

Completed in 211 milliseconds