HomeSort by: relevance | last modified time | path
    Searched refs:STRTOG_Retmask (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libc/gdtoa/
strtoIg.c 70 if ((rv & STRTOG_Retmask) == STRTOG_Zero) {
88 else if ((rv & STRTOG_Retmask) == STRTOG_Denormal) {
97 if ((rv & STRTOG_Retmask) == STRTOG_Infinite) {
104 if ((rv & STRTOG_Retmask) == STRTOG_Denormal) {
strtopf.c 57 switch(k & STRTOG_Retmask) {
strtodnrp.c 62 switch(k & STRTOG_Retmask) {
strtof.c 64 switch(k & STRTOG_Retmask) {
strtof_vaxf.c 60 switch(k & STRTOG_Retmask) {
strtopQ.c 71 switch(k & STRTOG_Retmask) {
strtopx.c 73 switch(k & STRTOG_Retmask) {
strtopxL.c 69 switch(k & STRTOG_Retmask) {
strtord.c 43 switch(k & STRTOG_Retmask) {
strtorf.c 43 switch(k & STRTOG_Retmask) {
strtorQ.c 61 switch(k & STRTOG_Retmask) {
strtorx.c 63 switch(k & STRTOG_Retmask) {
strtorxL.c 59 switch(k & STRTOG_Retmask) {
gdtoa.h 82 STRTOG_Retmask = 7,
strtodI.c 71 switch(k & STRTOG_Retmask) {
strtopdd.c 66 switch(rv & STRTOG_Retmask) {
strtordd.c 45 switch(k & STRTOG_Retmask) {
gdtoa.c 181 switch(kind & STRTOG_Retmask) {
strtodg.c 1098 irv = (irv & ~STRTOG_Retmask) |
strtod.c 172 switch((i = gethex(&s, &fpi1, &expt, &bb, sign, loc)) & STRTOG_Retmask) {

Completed in 17 milliseconds