Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for mftmp (0.03 sec)

  1. src/internal/coverage/cfile/emit.go

    // as nil. If a new meta-data file is needed, field 'mfname' will be
    // the final desired path of the meta file, 'mftmp' will be a
    // temporary file, and 'mf' will be an open os.File pointer for
    // 'mftmp'. The meta-data file payload will be written to 'mf', the
    // temp file will be then closed and renamed (from 'mftmp' to
    // 'mfname'), so as to insure that the meta-data file is created
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  2. src/encoding/xml/read.go

    		}
    		dst.SetUint(utmp)
    	case reflect.Float32, reflect.Float64:
    		if len(src) == 0 {
    			dst.SetFloat(0)
    			return nil
    		}
    		ftmp, err := strconv.ParseFloat(strings.TrimSpace(string(src)), dst.Type().Bits())
    		if err != nil {
    			return err
    		}
    		dst.SetFloat(ftmp)
    	case reflect.Bool:
    		if len(src) == 0 {
    			dst.SetBool(false)
    			return nil
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm/asm5.go

    		// macro for movfw freg,FTMP; movw FTMP,reg
    	case 86: /* movfw freg,reg - truncate float-to-fix */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.From.Reg) & 15) << 0
    		o1 |= (FREGTMP & 15) << 12
    		o2 = c.oprrr(p, -AMOVFW, int(p.Scond))
    		o2 |= (FREGTMP & 15) << 16
    		o2 |= (uint32(p.To.Reg) & 15) << 12
    
    		// macro for movw reg,FTMP; movwf FTMP,freg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.mcd",
    				"application/vnd.medcalcdata",
    				"application/vnd.mediastation.cdkey",
    				"application/vnd.meridian-slingshot",
    				"application/vnd.mfer",
    				"application/vnd.mfmp",
    				"application/vnd.micrografx.flo",
    				"application/vnd.micrografx.igx",
    				"application/vnd.mif",
    				"application/vnd.mindjet.mindmanager",
    				"application/vnd.minisoft-hp3000-save",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/vnd.meridian-slingshot"/>
      <mime-type type="application/vnd.mfer">
        <glob pattern="*.mwf"/>
      </mime-type>
      <mime-type type="application/vnd.mfmp">
        <glob pattern="*.mfm"/>
      </mime-type>
      <mime-type type="application/vnd.micrografx.flo">
        <glob pattern="*.flo"/>
      </mime-type>
      <mime-type type="application/vnd.micrografx.igx">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top