Funktionsglossar — Buchstabe F

225 Einträge. Zurück zur Übersicht · Unit-Verzeichnis

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z


Funktion Signatur Unit
f64ToInt100 (v: f64): int64 std.pdf.objects
f64Trunc (v: f64): int64 std.pdf.objects
FahrenheitToCelsius (f: f64): f64 std.units
FahrenheitToKelvin (f: f64): f64 std.units
FastTextAnalogies (a: int64, b: int64, c: int64): int64 std.fasttext
FastTextClassify (text_vec: int64): int64 std.fasttext
FastTextClassifyProb (text_vec: int64, label: int64): f64 std.fasttext
FastTextComputeContextVector (center_idx: int64, context_indices: int64, context_count: int64): int64 std.fasttext
FastTextDotProduct (vec1: int64, vec2: int64): f64 std.fasttext
FastTextFindNearest (query_vec: int64, k: int64): int64 std.fasttext
FastTextFree (): void std.fasttext
FastTextGetDimension (): int64 std.fasttext
FastTextGetEmbeddingAt (word_idx: int64): int64 std.fasttext
FastTextGetVocabSize (): int64 std.fasttext
FastTextGetWordFreq (word: pchar): int64 std.fasttext
FastTextGetWordIndex (word: pchar): int64 std.fasttext
FastTextInitVocab (corpus_size: int64): void std.fasttext
FastTextInitVocabFromText (corpus: pchar): void std.fasttext
FastTextLoad (path: pchar): int64 std.fasttext
FastTextNormalize (vec: int64): void std.fasttext
FastTextPredictWord (context_vec: int64): int64 std.fasttext
FastTextSampleNegative (positive_word: int64): int64 std.fasttext
FastTextSaveModel (path: pchar): int64 std.fasttext
FastTextSetDimension (d: int64): void std.fasttext
FastTextSetLearningRate (lr: f64): void std.fasttext
FastTextSetWindow (window: int64): void std.fasttext
FastTextTrainCBOWSGD (context_vec: int64, target_word: int64, lr: f64): void std.fasttext
FastTextTrainSkipgramSGD (center_word: int64, context_word: int64, lr: f64): void std.fasttext
FastTextVectorNorm (vec: int64): f64 std.fasttext
FatBytesPerCluster (vol: FatVolume): int64 std.fs.fat
FatChainLength (vol: FatVolume, start: int64): int64 std.fs.fat
FatClusterSector (vol: FatVolume, cluster: int64): int64 std.fs.fat
FatDateDay (datum: int64): int64 std.fs.fat
FatDateMonth (datum: int64): int64 std.fs.fat
FatDateYear (datum: int64): int64 std.fs.fat
FatDirClose (vol: FatVolume, ref d: FatDir): void std.fs.fat
FatDirNext (vol: FatVolume, ref d: FatDir, ref e: FatEntry, nameBuf: int64, nameMax: int64): int64 std.fs.fat
FatDirOpen (vol: FatVolume, cluster: int64): FatDir std.fs.fat
FatFindInDir (vol: FatVolume, dirCluster: int64, name: pchar, ref e: FatEntry): int64 std.fs.fat
FatFindPath (vol: FatVolume, path: pchar, ref e: FatEntry): int64 std.fs.fat
FatMount (fd: int64, lbaOffset: int64): FatVolume std.fs.fat
FatNextCluster (vol: FatVolume, cluster: int64): int64 std.fs.fat
FatReadFile (vol: FatVolume, e: FatEntry, buf: int64, max: int64): int64 std.fs.fat
FatTimeHour (zeit: int64): int64 std.fs.fat
FatTimeMinute (zeit: int64): int64 std.fs.fat
FatTimeSecond (zeit: int64): int64 std.fs.fat
FatVolumeValid (vol: FatVolume): bool std.fs.fat
Fcntl (fd: int64, cmd: int64, arg: int64): int64 std.net.syscalls
Fdatasync (fd: int64): int64 std.fs_ext
FDClr (fd: int64, fdSet: int64): void std.net.socket
FdDup (oldFd: int64): int64 std.pipe
FdDup2 (oldFd: int64, newFd: int64): int64 std.pipe
FdDup3 (oldFd: int64, newFd: int64, flags: int64): int64 std.pipe
FDIsSet (fd: int64, fdSet: int64): bool std.net.socket
FDSet (fd: int64, fdSet: int64): void std.net.socket
FDSetZero (fdSet: int64): void std.net.socket
FeqAbs (a: f64, b: f64, absTol: f64): bool std.feq
FeqBits (x: f64): int64 std.feq
FeqCeilDiv (a: int64, b: int64): int64 std.feq
FeqCeilTo (x: f64, step: f64): f64 std.feq
FeqClamp (x: f64, lo: f64, hi: f64): f64 std.feq
FeqCompare (a: f64, b: f64): int64 std.feq
FeqEpsilon (): f64 std.feq
FeqEqual (a: f64, b: f64, absTol: f64, relTol: f64): bool std.feq
FeqFloorDiv (a: int64, b: int64): int64 std.feq
FeqFloorMod (a: int64, b: int64): int64 std.feq
FeqFloorTo (x: f64, step: f64): f64 std.feq
FeqFrac (x: f64): f64 std.feq
FeqFromBits (b: int64): f64 std.feq
FeqIsFinite (x: f64): bool std.feq
FeqIsInf (x: f64): bool std.feq
FeqIsNaN (x: f64): bool std.feq
FeqIsSubnormal (x: f64): bool std.feq
FeqIsZero (x: f64): bool std.feq
FeqLerp (a: f64, b: f64, t: f64): f64 std.feq
FeqMax (): f64 std.feq
FeqMinNormal (): f64 std.feq
FeqMinSubnormal (): f64 std.feq
FeqNextDown (x: f64): f64 std.feq
FeqNextUp (x: f64): f64 std.feq
FeqRel (a: f64, b: f64, relTol: f64): bool std.feq
FeqRoundHalfAway (x: f64): f64 std.feq
FeqRoundHalfEven (x: f64): f64 std.feq
FeqRoundTo (x: f64, decimals: int64): f64 std.feq
FeqSafeDiv (a: f64, b: f64, fallback: f64): f64 std.feq
FeqSignBit (x: f64): bool std.feq
FeqTotalOrder (a: f64, b: f64): int64 std.feq
FeqTrunc (x: f64): f64 std.feq
FeqUlp (x: f64): f64 std.feq
FeqUlps (a: f64, b: f64, maxUlps: int64, absTol: f64): bool std.feq
FeqUlpsBetween (a: f64, b: f64): int64 std.feq
FeqZero (a: f64, absTol: f64): bool std.feq
FftApplyWindow (data: int64, window: int64, n: int64): bool std.fft
FftBinFrequency (bin: int64, n: int64, sampleRate: f64): f64 std.fft
FftBluestein (re: int64, im: int64, n: int64, sign: int64): bool std.fft
FftConvolveCircular (are: int64, aim: int64, bre: int64, bim: int64, n: int64): bool std.fft
FftConvolveReal (a: int64, na: int64, b: int64, nb: int64, out: int64): bool std.fft
FftCorrelateReal (a: int64, b: int64, n: int64, out: int64): bool std.fft
FftDft (re: int64, im: int64, n: int64, sign: int64): bool std.fft
FftForward (re: int64, im: int64, n: int64): bool std.fft
FftForwardReal (data: int64, n: int64, outRe: int64, outIm: int64): bool std.fft
FftInverse (re: int64, im: int64, n: int64): bool std.fft
FftIsPowerOfTwo (n: int64): bool std.fft
FftMagnitude (re: int64, im: int64, n: int64, out: int64): bool std.fft
FftNextPowerOfTwo (n: int64): int64 std.fft
FftPeakBin (re: int64, im: int64, n: int64): int64 std.fft
FftPhase (re: int64, im: int64, n: int64, out: int64): bool std.fft
FftPower (re: int64, im: int64, n: int64, out: int64): bool std.fft
FftRadix2 (re: int64, im: int64, n: int64, sign: int64): bool std.fft
FftWindowBlackman (out: int64, n: int64): bool std.fft
FftWindowGain (window: int64, n: int64): f64 std.fft
FftWindowHamming (out: int64, n: int64): bool std.fft
FftWindowHann (out: int64, n: int64): bool std.fft
FgSequence (c: crt_color): pchar std.crt
FileAccess (path: pchar, mode: int64): bool std.fs_ext
FileAccessTime (path: pchar): int64 std.fs
FileAllocate (fd: int64, offset: int64, size: int64): int64 std.xattr
FileAllocateMode (fd: int64, mode: int64, offset: int64, size: int64): int64 std.xattr
FileCopy (src: pchar, dest: pchar): bool std.fs
FileExists (path: pchar): bool std.fs
FileExists (path: pchar): bool std.fs_ext
FileGlob (pattern: pchar): int64 std.fs
FileModTime (path: pchar): int64 std.fs
FileMove (src: pchar, dest: pchar): bool std.fs
FilePerm (path: pchar): int64 std.fs
FileReadable (path: pchar): bool std.fs_ext
FileReadFree (data: pchar): void std.fs
FileSize (path: pchar): int64 std.fs
FileSize (path: pchar): int64 std.fs_ext
FileSizeFast (path: pchar): int64 std.fs
FileStat (path: pchar, statBuf: int64): bool std.fs
FileWritable (path: pchar): bool std.fs_ext
FillRect (x1: int64, y1: int64, x2: int64, y2: int64): void std.lyxvision.drivers
FirestoreConnect (creds: GCPCredentials, project: pchar): FirestoreConn std.cloud.gcp.firestore
FirestoreDisconnect (c: FirestoreConn): void std.cloud.gcp.firestore
FirewallAddDroplets (creds: DOCredentials, id: pchar, dropletIds: int64, count: int64): int64 std.cloud.digitalocean.networking
FirewallAddRules (creds: DOCredentials, id: pchar, rules: int64, isInbound: int64): int64 std.cloud.digitalocean.networking
FirewallAllowIP (c: CFClient, zoneId: pchar, ip: pchar, note: pchar): CFFirewallRule std.cloud.cf.waf
FirewallBlockCountry (c: CFClient, zoneId: pchar, countryCodes: int64, count: int64, note: pchar): CFFirewallRule std.cloud.cf.waf
FirewallBlockIP (c: CFClient, zoneId: pchar, ip: pchar, note: pchar): CFFirewallRule std.cloud.cf.waf
FirewallChallengePath (c: CFClient, zoneId: pchar, pathPrefix: pchar, note: pchar): CFFirewallRule std.cloud.cf.waf
FirewallCreate (creds: DOCredentials, name: pchar, inbound: int64, inCount: int64, outbound: int64, outCount: int64): DOFirewall std.cloud.digitalocean.networking
FirewallDelete (creds: DOCredentials, id: pchar): int64 std.cloud.digitalocean.networking
FirewallGet (creds: DOCredentials, id: pchar): DOFirewall std.cloud.digitalocean.networking
FirewallList (creds: DOCredentials): int64 std.cloud.digitalocean.networking
FirewallRemoveDroplets (creds: DOCredentials, id: pchar, dropletIds: int64, count: int64): int64 std.cloud.digitalocean.networking
FirewallRemoveRules (creds: DOCredentials, id: pchar, rules: int64, isInbound: int64): int64 std.cloud.digitalocean.networking
FirewallRuleCreate (c: CFClient, zoneId: pchar, description: pchar, expression: pchar, action: pchar, priority: int64, enabled: int64): CFFirewallRule std.cloud.cf.waf
FirewallRuleDelete (c: CFClient, zoneId: pchar, ruleId: pchar): int64 std.cloud.cf.waf
FirewallRuleDisable (c: CFClient, zoneId: pchar, ruleId: pchar): int64 std.cloud.cf.waf
FirewallRuleEnable (c: CFClient, zoneId: pchar, ruleId: pchar): int64 std.cloud.cf.waf
FirewallRuleList (c: CFClient, zoneId: pchar): int64 std.cloud.cf.waf
FlagAdd (flags: int64, flag: int64): int64 std.lyxvision.consts
FlagRemove (flags: int64, flag: int64): int64 std.lyxvision.consts
FlagSet (flags: int64, flag: int64): bool std.lyxvision.consts
FlagToggle (flags: int64, flag: int64): int64 std.lyxvision.consts
FloatingIPAssign (creds: DOCredentials, ip: pchar, dropletId: int64): int64 std.cloud.digitalocean.networking
FloatingIPCreate (creds: DOCredentials, region: pchar): DOFloatingIP std.cloud.digitalocean.networking
FloatingIPDelete (creds: DOCredentials, ip: pchar): int64 std.cloud.digitalocean.networking
FloatingIPList (creds: DOCredentials): int64 std.cloud.digitalocean.networking
FloatingIPUnassign (creds: DOCredentials, ip: pchar): int64 std.cloud.digitalocean.networking
FloatToStr (val: f64, prec: int64): pchar std.io
FloorF64 (x: f64): f64 std.math
fork (): int64 std.process
Format (datetime: int64, fmt: pchar, output: pchar): int64 std.datetime
FormatDate (year: int64, month: int64, day: int64, output: pchar): int64 std.datetime
FormatDecimal (coord: int64): pchar std.geo
FormatDMS (coord: int64, isLatitude: bool): pchar std.geo
FormatDuration (seconds: int64, output: pchar): int64 std.datetime
FormatDurationShort (seconds: int64, output: pchar): int64 std.datetime
FormatIso (datetime: int64, output: pchar): int64 std.datetime
FormatLocale (datetime: int64, locale: pchar, output: pchar): int64 std.datetime
FormatRelative (datetime: int64, output: pchar): int64 std.datetime
FormatRfc2822 (datetime: int64, output: pchar): int64 std.datetime
FormatTime (hour: int64, minute: int64, second: int64, output: pchar): int64 std.datetime
FormatTimezoneOffset (offset_seconds: int64, output: pchar): int64 std.datetime
Frac (x: f64): f64 std.math
FrameCreate (x: int64, y: int64, w: int64, h: int64): TFrame std.lyxvision.frame
FrameDraw (f: TFrame): TFrame std.lyxvision.frame
FrameDrawTitle (f: TFrame, title: pchar, titleColor: int64): TFrame std.lyxvision.frame
FrameSetStyle (ref f: TFrame, style: int64): TFrame std.lyxvision.frame
free (ptr: int64, size: int64): void std.alloc
free_mem (ptr: int64): int64 std.alloc
FreeDocument (doc: int64): void std.ini
FreeString (value: pchar): void std.ini
FromMilliseconds (ms: int64): int64 std.datetime
FromString (str: pchar, output: pchar): bool std.uuid
FromUnixTimestamp (timestamp: int64): int64 std.datetime
FSCreate (c: FirestoreConn, collection: pchar, docId: pchar, doc: int64): int64 std.cloud.gcp.firestore
FSDelete (c: FirestoreConn, collection: pchar, docId: pchar): int64 std.cloud.gcp.firestore
FSDocFieldCount (doc: int64): int64 std.cloud.gcp.firestore
FSDocFree (doc: int64): void std.cloud.gcp.firestore
FSDocFreeJSON (json: int64): void std.cloud.gcp.firestore
FSDocGetInt (doc: int64, key: pchar): int64 std.cloud.gcp.firestore
FSDocGetString (doc: int64, key: pchar): int64 std.cloud.gcp.firestore
FSDocHasField (doc: int64, key: pchar): int64 std.cloud.gcp.firestore
FSDocNew (): int64 std.cloud.gcp.firestore
FSDocSetBool (doc: int64, key: pchar, val: int64): void std.cloud.gcp.firestore
FSDocSetInt (doc: int64, key: pchar, val: int64): void std.cloud.gcp.firestore
FSDocSetString (doc: int64, key: pchar, val: pchar): void std.cloud.gcp.firestore
FSDocToJSON (doc: int64): int64 std.cloud.gcp.firestore
FSExists (c: FirestoreConn, collection: pchar, docId: pchar): int64 std.cloud.gcp.firestore
FSGet (c: FirestoreConn, collection: pchar, docId: pchar): int64 std.cloud.gcp.firestore
FSList (c: FirestoreConn, collection: pchar, pageSize: int64): GCPResponse std.cloud.gcp.firestore
FSSet (c: FirestoreConn, collection: pchar, docId: pchar, doc: int64): int64 std.cloud.gcp.firestore
Fstat (fd: int64, statBuf: int64): int64 std.fs_ext
FSUpdate (c: FirestoreConn, collection: pchar, docId: pchar, doc: int64): int64 std.cloud.gcp.firestore
Fsync (fd: int64): int64 std.fs_ext
Ftruncate (fd: int64, length: int64): int64 std.fs_ext
FunctionCreate (creds: DOCredentials, namespaceId: pchar, name: pchar, runtime: pchar, source: pchar): DOFunction std.cloud.digitalocean.functions
FunctionDelete (creds: DOCredentials, namespaceId: pchar, functionName: pchar): int64 std.cloud.digitalocean.functions
FunctionGet (creds: DOCredentials, namespaceId: pchar, functionName: pchar): DOFunction std.cloud.digitalocean.functions
FunctionInvoke (creds: DOCredentials, namespaceId: pchar, functionName: pchar, paramsJson: int64, paramsLen: int64): int64 std.cloud.digitalocean.functions
FunctionList (creds: DOCredentials, namespaceId: pchar): int64 std.cloud.digitalocean.functions
FunctionUpdate (creds: DOCredentials, namespaceId: pchar, functionName: pchar, source: pchar, runtime: pchar): DOFunction std.cloud.digitalocean.functions
Futex2Requeue (fromAddr: int64, toAddr: int64, flags: int64, cmpVal: int64, nrWake: int64, nrRequeue: int64): int64 std.thread
Futex2Wait (addr: int64, val: int64, flags: int64): int64 std.thread
Futex2WaitV (waiters: int64, count: int64): int64 std.thread
Futex2WaitVEntry (entry: int64, uaddr: int64, val: int64, flags: int64): int64 std.thread
Futex2Wake (addr: int64, nr: int64, flags: int64): int64 std.thread
Futex2WakeAll (addr: int64, flags: int64): int64 std.thread
FXattrGet (fd: int64, name: pchar, buf: int64, size: int64): int64 std.xattr
FXattrList (fd: int64, buf: int64, size: int64): int64 std.xattr
FXattrRemove (fd: int64, name: pchar): int64 std.xattr
FXattrSet (fd: int64, name: pchar, val: int64, size: int64, flags: int64): int64 std.xattr

# · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z