Searched refs:norms (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-is-cased.h23 UNIT *norms; local
33 norms = U_NORMALIZE (UNINORM_NFD, s, n, normsbuf, &norms_length);
34 if (norms == NULL)
41 mapped_toupper = U_TOUPPER (norms, norms_length, iso639_language, NULL,
48 && U_CMP (mapped_toupper, norms, norms_length) == 0))
56 mapped_tolower = U_TOLOWER (norms, norms_length, iso639_language, NULL,
74 && U_CMP (mapped_tolower, norms, norms_length) == 0))
82 mapped_totitle = U_TOTITLE (norms, norms_length, iso639_language, NULL,
100 && U_CMP (mapped_totitle, norms, norms_length) == 0))
109 if (norms !
[all...]
H A Du-is-invariant.h27 UNIT *norms; local
35 norms = U_NORMALIZE (UNINORM_NFD, s, n, normsbuf, &norms_length);
36 if (norms == NULL)
42 mapped = mapping (norms, norms_length, iso639_language, NULL,
46 if (norms != normsbuf)
49 free (norms);
57 && U_CMP (mapped, norms, norms_length) == 0);
61 if (norms != normsbuf)
62 free (norms);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Du-normxfrm.h23 UNIT *norms; local
32 norms = U_NORMALIZE (nf, s, n, normsbuf, &norms_length);
33 if (norms == NULL)
41 norms, norms_length,
46 if (norms != normsbuf)
49 free (norms);
55 if (norms != normsbuf)
56 free (norms);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.cpp70 static GLfloat norms[MAXVERTS][3]; variable
93 &norms[numverts][0], &norms[numverts][1], &norms[numverts][2] );
120 glNormal3fv( norms[i] );
201 glNormalPointerEXT( GL_FLOAT, 0, numverts, norms );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-tvaudio.c774 u32 value, norms; local
789 norms = (audio_ddep << 2) | 0x01;
794 norms = (0x11 << 2) | 0x01;
797 norms = (0x0f << 2) | 0x01;
801 norms = 0;
803 norms |= 0x04;
805 norms |= 0x20;
807 norms |= 0x08;
809 norms |= 0x40;
811 norms |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_card.c385 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
417 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
448 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
481 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
514 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
545 .norms = V4L2_STD_NTSC|V4L2_STD_PAL,
576 .norms = V4L2_STD_NTSC|V4L2_STD_PAL,
607 .norms = V4L2_STD_NTSC|V4L2_STD_PAL|V4L2_STD_SECAM,
648 .norms = V4L2_STD_NTSC|V4L2_STD_PAL,
H A Dzoran.h358 v4l2_std_id norms; member in struct:card_info
359 struct tvnorm *tvn[3]; /* supported TV norms */
H A Dzoran_driver.c1424 if (!(norm & zr->card.norms)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Ddo_func.S279 | Alias extended denorms to norms for the jump table.
359 | Alias extended denorms to norms for the jump table.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S11546 # norms/denorms into ext/sgl/dbl precision. #
11547 # For norms/denorms, scale the exponents such that a multiply #
12041 # norms into extended, single, and double precision. #
12363 # norms/denorms into ext/sgl/dbl precision. #
12364 # For norms/denorms, scale the exponents such that a divide #
12816 # norms/denorms into ext/sgl/dbl precisions. Extended precision can be #
12843 # NEGATE SIGN : norms and denorms ONLY!
13219 # here. For norms, load the rounding mode/prec, execute a "fint", then #
13222 # norms. Denorms are so low that the answer will either be a zero or a #
13325 # here. For norms, loa
[all...]

Completed in 183 milliseconds